github.com/andybalholm/brotli.ringBuffer.pos_ (field)
13 uses
github.com/andybalholm/brotli (current package)
encode.go#L683: if ringbuffer_.pos_ <= ringbuffer_.mask_ {
encode.go#L697: ringbuffer_.buffer_[ringbuffer_.pos_:][i] = 0
ringbuffer.go#L24: pos_ uint32
ringbuffer.go#L30: rb.pos_ = 0
ringbuffer.go#L70: var masked_pos uint = uint(rb.pos_ & rb.mask_)
ringbuffer.go#L80: if rb.pos_ == 0 && uint32(n) < rb.tail_size_ {
ringbuffer.go#L87: rb.pos_ = uint32(n)
ringbuffer.go#L89: ringBufferInitBuffer(rb.pos_, rb)
ringbuffer.go#L105: var masked_pos uint = uint(rb.pos_ & rb.mask_)
ringbuffer.go#L124: var not_first_lap bool = rb.pos_&(1<<31) != 0
ringbuffer.go#L128: rb.pos_ = (rb.pos_ & rb_pos_mask) + uint32(uint32(n)&rb_pos_mask)
ringbuffer.go#L131: rb.pos_ |= 1 << 31
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |